From 7d73487e5a202cb5b06fbab8fbb685c8ae3f6c1d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 28 May 2015 15:56:42 -0700 Subject: [PATCH] Try to debug a failing test on the windows bots This test is failing on the win64 bot, and I'm not 100% sure why, so trying to get some more info out of it. --- tests/test_cargo_compile_git_deps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cargo_compile_git_deps.rs b/tests/test_cargo_compile_git_deps.rs index b760ec39f..a7da84884 100644 --- a/tests/test_cargo_compile_git_deps.rs +++ b/tests/test_cargo_compile_git_deps.rs @@ -515,7 +515,7 @@ test!(two_revs_same_deps { baz.build(); - assert_that(foo.cargo_process("build"), + assert_that(foo.cargo_process("build").arg("-v"), execs().with_status(0)); assert_that(&foo.bin("foo"), existing_file()); assert_that(foo.process(&foo.bin("foo")), execs().with_status(0)); -- 2.30.2